DataCollection | ComponentOne
C1.iOS.DataCollection Assembly / C1.iOS.DataCollection Namespace / C1TableViewSource<T> Class / CustomizeMoveTarget Method

In This Topic
    CustomizeMoveTarget Method
    In This Topic
    Syntax
    'Declaration
     
    Public Overridable Function CustomizeMoveTarget( _
       ByVal tableView As UIKit.UITableView, _
       ByVal sourceIndexPath As Foundation.NSIndexPath, _
       ByVal proposedIndexPath As Foundation.NSIndexPath _
    ) As Foundation.NSIndexPath
    public virtual Foundation.NSIndexPath CustomizeMoveTarget( 
       UIKit.UITableView tableView,
       Foundation.NSIndexPath sourceIndexPath,
       Foundation.NSIndexPath proposedIndexPath
    )

    Parameters

    tableView
    sourceIndexPath
    proposedIndexPath
    See Also